51b7f316caf8bef1272c1d875dca915f1d622bda
[git-annex.git] /
1 [[!comment format=mdwn
2  username="joey"
3  subject="""comment 4"""
4  date="2020-04-23T20:13:39Z"
5  content="""
6 `git annex find --want-get --not --in here` should simulate get --auto/sync well
7
8 `git annex find --want-drop --in here` will simulate what drop --auto/sync would
9 try to drop
10
11 What would be nice to have is a way to simulate `copy --auto --to foo`
12 and `drop --auto --from foo` which are of course also things sync does.
13 That could be something like:
14
15         git annex find --want-get-by remote --not --in remote
16         git annex find --want-drop-by remote --in remote
17 """]]